Skip to content

Comments

Supply max retries#2

Open
connorwstein wants to merge 22 commits intomasterfrom
debug-flake
Open

Supply max retries#2
connorwstein wants to merge 22 commits intomasterfrom
debug-flake

Conversation

@connorwstein
Copy link

@connorwstein connorwstein commented Feb 6, 2020

Also rolling back the attempt at porting the fix for the core/btcd verbosity discrepancy (hoping btcsuite#1529 will just get merged soon).

@@ -1,16 +1,23 @@
module github.com/paxosglobal/btcd

replace github.com/btcsuite/btcd => github.com/paxosglobal/btcd v0.20.1-beta.0.20200206213050-d0903b768de2
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Needed this

// NOTE: This method and TearDown should always be called from the same
// goroutine as they are not concurrent safe.
func (h *Harness) SetUp(createTestChain bool, numMatureOutputs uint32) error {
func (h *Harness) SetUp(createTestChain bool, numMatureOutputs uint32, connRetries int) error {
Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

New param for tests

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant